home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / enigma / earcd / editor / editor2 / hsc.rdm < prev    next >
Text File  |  1997-01-18  |  3KB  |  94 lines

  1. Short:    Html-preprocessor (v0.911)
  2. Author:   Thomas Aglassinger <agi@giga.or.at>
  3. Uploader: Thomas Aglassinger <agi@giga.or.at>
  4. Version:  0.911
  5. Type:     text/hyper
  6. Kurz:     Entwicklerwerkzeug fuer HTML
  7. Requires: AmigaOS 2.04, 68020, 2MB
  8.  
  9. TITLE
  10.  
  11.   hsc - html sucks completely
  12.  
  13. VERSION 
  14.  
  15.   0.911
  16.  
  17. AUTHOR
  18.  
  19.   Thomas Aglassinger <agi@giga.or.at>
  20.  
  21. DESCRIPTION
  22.  
  23.   hsc is a developer tool for html projects.
  24.  
  25.   It can be used on any html file and creates a new html file as
  26.   output. In the input file, you may use an extended syntax based
  27.   on html, but which also allows things like macros and
  28.   conditionals.
  29.  
  30.   It's mainly intended to create and maintain larger html projects.
  31.   As a CLI-only tool, it should be used with `make'; a 
  32.   dependecy generator is included.
  33.  
  34.   hsc is *not* a tool to make html easier for beginners; It's a
  35.   tool to make html a bit less painful and braindamaged for
  36.   people who already know how to work with it.
  37.  
  38. FEATURES
  39.  
  40.   o adds some special tags, for example to
  41.     o include files (also sources)
  42.     o execute shell commands during conversion
  43.     o add comments in a reasonable way
  44.   o supports macros (implemented as additional tags)
  45.   o conditionals (if/else/elseif)
  46.   o simple expressions can be passed as values to attributes (like
  47.     string concatenation, string comparison, import of environment-
  48.     variables, current time or filesize)
  49.   o for local links, checks if file/id exists
  50.   o maintains a project-file to check existence of id's over all 
  51.     files processed
  52.   o supports absolute URIs (relative to root directory of project)
  53.   o replaces special characters by entities
  54.   o evaluates attributes for image size
  55.   o strips comments and specified tags
  56.   o strips useless white spaces
  57.   o replaces icon entities by images
  58.   o performs a (small) syntax- and structure-check
  59.   o easy to extend syntax-definition format
  60.   o dependency generator for Makefiles included
  61.  
  62. NEW FEATURES
  63.  
  64.   o some bugfixes (as usual)
  65.   o tool to examine/manipulate project files included
  66.   o improved handling of white spaces
  67.  
  68. SPECIAL REQUIREMENTS
  69.  
  70.   AmigaOS 2.04, 2MB of regular memory, 68020, some sort of 
  71.   WWW browser and ASCII editor.
  72.   For larger projects, 4MB of memory and 68040 are recommded.
  73.  
  74.   Different to most other WWW tools, hsc requires an user-IQ > 50.
  75.  
  76. AVAILABILITY
  77.  
  78.   o Every Aminet-mirror, file "text/hyper/hsc.lha"; for example
  79.     "ftp://wuarchive.wustl.edu/pub/aminet/text/hyper/hsc.lha"
  80.   o "http://www.giga.or.at/~agi/hsc/index.html"
  81.  
  82. PRICE
  83.  
  84.   Freeware.
  85.  
  86. DISTRIBUTABILITY
  87.  
  88.   Distributed under GNU General Public License.
  89.  
  90. SOURCE CODE
  91.  
  92.   ANSI-C source-code is available in a separate archive (look for
  93.   `hsc-source.lha' at the same site you've got the binaries from).
  94.